ComponentOne ASP.NET MVC Controls
HeaderFormatter Method

C1.Web.Mvc.Fluent Namespace > MultiSelectBuilder<T> Class : HeaderFormatter Method
The value.
Configurates C1.Web.Mvc.MultiSelect<T>.HeaderFormatter. Sets a function that gets the HTML in the control header.
Syntax
'Declaration
 
Public Function HeaderFormatter( _
   ByVal value As String _
) As MultiSelectBuilder(Of T)
public MultiSelectBuilder<T> HeaderFormatter( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
By default, the control header content is determined based on the Placeholder, MaxHeaderItems, and on the current selection. You may customize the header content by specifying a function that returns a custom string based on whatever criteria your application requires.
See Also

Reference

MultiSelectBuilder<T> Class
MultiSelectBuilder<T> Members